﻿.title, a:hover, .orgs .iconfont, .collist .card-header {
    color: #176EC7;
}

.menunav {
    background: rgba(64, 95, 215, 0.5);
}

.search-form button {
    background: #275293;
}

.search-form button:hover {
    background: #4978bf;
}

.carousel-indicators .active {
    background-color: #176EC7;
}
.blocktitle .line:after, .blocktitle .line2:after {
    border-color: #bad4ef;
    color: #bad4ef;
}
.orgs .iconfont {
    background-color: #D5EAFF;
}
.tabnewslist .nav-pills .nav-link.active, .tabnewslist .nav-pills .nav-link:hover {
    color: #176EC7;
    border-color: #176EC7
}
.footer {
    background-image: linear-gradient(#d9ebf1,#FFF);
}

.btn-link {
    color: #176EC7;
}
.collist .card-header {
    border-bottom-color: #176EC7!important;
}
.jOrgChart .node {
    background-color: #275293;
}
.bg-gradient-color {
    background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
}
/*首页头*/
.index_bg {
    background: no-repeat top center;
    background-image:url(../images/bgblue.png);
}